The ImagickDraw class
PHP Manual

ImagickDraw::setStrokeLineJoin

(PECL imagick 2.0.0)

ImagickDraw::setStrokeLineJoinSpecifies the shape to be used at the corners of paths when they are stroked

Descripción

bool ImagickDraw::setStrokeLineJoin ( int $linejoin )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Specifies the shape to be used at the corners of paths (or other vector shapes) when they are stroked.

Lista de parámetros

linejoin

LINEJOIN_ constant

Valores retornados

No value is returned.


The ImagickDraw class
PHP Manual